Create a Node Package in es6

Create basic project

Install and config dependencies

add to .babelrc

Create folder structure

Add to src/index.js

add to package.json

add to index.js

setup git

add to .gitignore

add to .npmignore

Sign up for git up at github.com

Create example repo

Check if it add remote origin

setup npm for project

If that fails, change project name package.json to be like "name": "@your_username/example"

Voila